home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / ZTIMER11.ARJ / READ.ME < prev    next >
Text File  |  1992-04-21  |  841b  |  18 lines

  1.                             Makefile utilities
  2.                             ------------------
  3.  
  4. These two utilities are very simple but help to simplify my makefiles.
  5. I use them all the time and the makefile in the archive that these
  6. files came in use these utilties. They must be placed in the path or in
  7. the current directory that you are executing make in.
  8.  
  9. 'foreach' simply performs a command on a number of files, where the files
  10. are specified in a list. This list can be manually created or can be
  11. passed directly to it via a temporary file in Borland's make.
  12.  
  13. 'buildrsp' takes a list of input files and build a Turbo Librarian response
  14. file which minimise the amount of makefile maintenance that needs to be
  15. done (we dont need to manage the response file anymore - they are automatic :-)
  16.  
  17. Kendall Bennett - April 1992
  18.